Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix icpx build and warnings #104

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

rolandschulz
Copy link
Collaborator

icpx build failed because of ">" typo.

Warnings:

  • -mllvm;-enable-global-offset=false aren't linker flags
  • missing return value from SYCL_DEVICE_BUILTIN on host
  • ABI warning using ext_vector_type on host

AD2605 added a commit to AD2605/cutlass-fork that referenced this pull request Jul 31, 2024
Reverting as the same changes come in as a part of codeplaysoftware#104
This reverts commit bbb4def.
@aacostadiaz aacostadiaz force-pushed the icpx branch 2 times, most recently from 03dc791 to 062ac09 Compare August 2, 2024 19:56
rolandschulz and others added 2 commits August 5, 2024 12:37
icpx build failed because of ">" typo.

Warnings:
- -mllvm;-enable-global-offset=false aren't linker flags
- missing return value from SYCL_DEVICE_BUILTIN on host
- ABI warning using ext_vector_type on host
@aacostadiaz aacostadiaz merged commit 8959591 into codeplaysoftware:sycl-develop Aug 5, 2024
5 checks passed
aacostadiaz added a commit to aacostadiaz/cutlass-fork that referenced this pull request Aug 6, 2024
Fix icpx build and warnings

icpx build failed because of ">" typo.

Warnings:
- -mllvm;-enable-global-offset=false aren't linker flags
- missing return value from SYCL_DEVICE_BUILTIN on host
- ABI warning using ext_vector_type on host

---------

Co-authored-by: Alejandro Acosta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants